search for: sipaccount

Displaying 11 results from an estimated 11 matches for "sipaccount".

2009 Aug 30
2
MySQL syntax error : I really don't see where...
Hi list, I'm stuck for the moment @ the following : My Query (in a macro) : exten => s,n,MYSQL(Query resultid ${connid} SELECT\ vakantie_set\ vakantie_data1\ vakantie_data2\ FROM\ AstDB\ where\ SIPACCOUNT="${ARG1}") Asterisk CLI : [Aug 30 14:07:42] -- Executing [s at macro-vakantie:2] MYSQL("IAX2/zoiper-9238", "Query resultid 1 SELECT vakantie_set vakantie_data1 vakantie_data2 FROM AstDB where SIPACCOUNT="092779077"") in new stack [Aug 30 14:07:42] WARNI...
2010 Sep 30
2
Intercom with Dial() works, but not with Page()
Hello list, this works : exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0") exten => _*XXX*,n,Dial(SIP/${SIPACCOUNT}) The phone auto-answers the call... this does not work : exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0") exten => _*XXX*,n,Page(SIP/${SIPACCOUNT}) The phone rings and does not auto-answer the call... Can you tell me how I can get my Snom 320 auto-answer the cal...
2010 Jul 02
1
Transfer fails
Hello list, this is the dialplan : <snip> exten => s,n,Dial(SIP/test1&SIP/test2,,t) <snip> exten => 10,1,Dial(SIP/test1) exten => 20,1,Dial(SIP/test2) So there is an incoming call that rings SIPaccounts test1 and test2. Account test1 answers and wants to transfer the call to test2. Transfer is : #20 This is what the CLI shows : [Jul 2 10:55:30] -- Executing [20 at from-TEST:1] Dial("SIP/test1-0000010e", "SIP/test2") in new stack [Jul 2 10:55:30] WARNING[7604]: app_dia...
2010 Mar 10
1
BLF and realtime SIP buddies
Hello list, Can I do something like this for BLF functionality : [test-blf] exten => _XX,hint,Macro(GetSIPaccount,${EXTEN}) exten => _XX,hint,SIP/${SIPACCOUNT} GetSIPaccount is a macro that looks at a MySQL-database for the realtime table sip_buddies where the SIPusername is taken from. It works great for internal calls... but how about BLF-functionality ?? Feedback is appreciated ! Thank you, Jonas....
2010 Jun 05
1
Problem with GROUP()
...sion (sub-settings, s, 5) exited non-zero on 'IAX2/testlocal-2669' [Jun 5 16:06:26] -- Hungup 'IAX2/testlocal-2669' So am I using the GROUP()-function the wrong way ?? I'd like to count the number of simultaneous calls of one particular customer (which may have several SIPaccounts). To identify each group, I simply use the customerID... Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100605/70f94512/attachment.htm
2011 Feb 01
2
Musiconhold priority
Hello list, what musiconhold class has priority : - field "musiconhold" of the SIPaccount and field "musiconhold" of a queue or - Set(CHANNEL(musicclass)=) ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110201/b27a0534/attachment.htm>
2015 Oct 04
3
pjsip realtime registrations not pulling from ODBC
...have not run across this yet and am wondering if I am going to bump into any more that need to be pushed under their own config context. Also is there a trick to what should be used in the client_uri field to make the connection? I am trying to connect to a sip vendor and I am trying to use sipaccount at venderhostname.vendordomain.net? Now that the registration table is coming up it is stating I have an invalid client URI.. I put the same thing in for a text based registration and it worked. Thank you for your assistance. Bryant -------------- next part -------------- An HTML attachme...
2010 Jun 14
4
Unable to pickup an extension, trying everything
...ging AppDial((Outgoing Line)) IAX2/testlocal-1612 s at sub-routing:13 Ring Dial(SIP/testcorp1|30) 2 active channels 1 active call I don't know what the "target channel" is and I try every context that I have defined in my dialplan.. I try to pickup extension 10 or also the SIPaccount testcorp1 (which is reachable through extension 10). Why is this not working ???? Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100614/aa2703e0/attachment.htm
2009 Jul 20
0
No subject
...'t know how to implement it in my example...<br> <br> The wiki says :<br> <br> </font>exten =&gt; 1234,1,Set(__PICKUPMARK=1234) <br> <br> <br> So how do I do this with my dialplan :<br> <br> exten =&gt; s,n,Dial(${SIPaccounts},${timeout})<br> or translated :<br> exten =&gt; s,n,Dial(SIP/testcorp1&amp;SIP/testcorp2)<br> <br> Can you give me the exact syntax?? Because I really can not filter this from the wiki.<br> <br> Looking forward to your answer, thx !<br> <...
2015 Oct 04
2
pjsip realtime registrations not pulling from ODBC
On 15-10-04 09:54 AM, Bryant Zimmerman wrote: > I have a pjsip install that is not pulling it's realtime registrations > from an ODBC database. > When I have them directly pull from a MySQL database everything seems to > work. > I am having trouble finding a requirements document for the pjsip > realtime registrations. > Is there some kind of special config that has to be
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi! > How to do this ?? > To proceed with your answer on PICKUPMARK, where do I put this ??? Look at the example for Asterisk 1.4 on this page: http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup Philipp