n3glv Co-Op-Founder
Joined: 16 Apr 2007 Posts: 32
|
Posted: Thu Oct 08, 2009 9:15 am Post subject: Nonstandard information in DIDs (plus signs etc) |
|
|
For providers that send you DID and CID in +1NXXNXXXXX format, in order for freepbx to be
able to deal with this we must convert to 11 digit DID and CID.
[from-sip-provider]
exten => _+.,1,Set(CID(number)=${CID(number):1})
exten => _+.,n,Goto(from-trunk,${EXTEN:1},1) |
|