search for: thedid

Displaying 5 results from an estimated 5 matches for "thedid".

2015 Apr 01
4
Asterisk Inbound calls, multiple SIP accounts, calledID
...e same "SIP/Account1_0843214321" rather than the account representing the number dialed. For-instance, if Sam on her mobile calls "*0811111111*", Asterisk will show a log entry like the following: -- Executing [s at incoming:1] Set("SIP/*Account1_0822222222*", " thedid=""NodePhone"<sip:*0811111111*@sip.internode.on.net>"") in new stack But "Account1_*0822222222*" (as the name suggests) has a phone number of " *0822222222*" and not "*0811111111*". So Sam's call will come through and be routed to the...
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
...rs. Connected to Asterisk 10.12.4 currently running on asterisk (pid = 32267) > Verbosity is at least 12 > asterisk*CLI> > asterisk*CLI> > asterisk*CLI> > == Using SIP RTP CoS mark 5 > -- Executing [s at incoming:1] *Set*("*SIP/Company1-00000797*", "*thedid=""NodePhone"<sip:Company2 at sip.internode.on.net > <sip%3ACompany2 at sip.internode.on.net>>"*") in new stack > -- Executing [s at incoming:2] *Set*("*SIP/**Company1**-00000797*", " > *pseudodid="NodePhone"<sip:** sip:Co...
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
Solved it, kinda. It's not cute. I'm sure this is the way NOT to do it but it does work. For prosperity, the SIP service is through Internode. Here is my "extensions.conf" file: exten => s,1,Set(thedid="${SIP_HEADER(TO)}"); ignore this one exten => s,2,Set(pseudodid=${SIP_HEADER(To)}) exten => s,3,Set(pseudodid=${CUT(pseudodid,@,1)}) exten => s,4,Set(pseudodid=${CUT(pseudodid,:,2)}) exten => s,5,Set(callersname=${IF($[ ${pseudodid} = 081...]?Company1:${callersname})}) exten...
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
...ly running on asterisk (pid = > 32267) > Verbosity is at least 12 > asterisk*CLI> > asterisk*CLI> > asterisk*CLI> > == Using SIP RTP CoS mark 5 > -- Executing [s at incoming:1] *Set*("*SIP/Company1-00000797*", > "*thedid=""NodePhone"<sip:Company2 at sip.internode.on.net > <mailto:sip%3ACompany2 at sip.internode.on.net>>"*") in new stack > -- Executing [s at incoming:2] > *Set*("*SIP/**Company1**-00000797*", > "*pseudodid="NodeP...
2015 Apr 02
0
Asterisk Inbound calls, multiple SIP accounts, calledID
...1" rather than the account representing the > number dialed. > > For-instance, if Sam on her mobile calls "*0811111111*", Asterisk will > show a log entry like the following: > > -- Executing [s at incoming:1] Set("SIP/*Account1_0822222222*", > "thedid=""NodePhone"<sip:*0811111111*@sip.internode.on.net > <http://sip.internode.on.net>>"") in new stack > > But "Account1_*0822222222*" (as the name suggests) has a phone number > of "*0822222222*" and not "*0811111111*"....