search for: cid2

Displaying 3 results from an estimated 3 matches for "cid2".

Did you mean: cid
2012 Mar 20
1
Cut off + sign in telephonenumber
Hello, I'm trying to cut off the "+" sign if part of a telephone number, but not succeeding : exten => test,n,Set(cid=+99999600) exten => test,n,Set(regx="([0-9])") exten => test,n,Set(cid2=$["${cid}" : ${regx}]) exten => test,n,NoOp(cid2=${cid2}) cid2 is empty afterwards... What I want is to make sure there are only numbers and no other characters. So +99999600 needs to become 99999600 (without + ) So 99999#600 needs to become 99999600 (without # ) Kind regards, Jo...
2006 May 31
1
Can you dial with different CID's?
Is it possible to dial more than one extension with a different CID to each extension? I'm thinking macros might be needed, but I don't have a good handle on macros. Is it possible? Any hints? BTW - this would be used for showing an internal extension to one phone and a PSTN accessible number to another phone. Sincerely, Brent A. Torrenga Torrenga Engineering, Inc. 907 Ridge Road
2009 Mar 23
0
Issue with no change of SIP call ID
...es an other connexion with P : it send an invite to P with a call-ID "cid-2". P knows that C2 is behind A, so it forwards the invite back to A with "cid-2". Here is the problem : when A received this invite message, it only forwards the message to C2 with the same call-id "cid2" instead of acts as a B2BUA and change call-id. As a consequence : C2 answers with a 180 response and "cid-2" to A which answers to C1 (with "cid-1") and never forwards these responses and all other messages to P. As P doesn't see response messages, it sends invites me...