[svn-commits] kharwell: testsuite/asterisk/trunk r6548 - /asterisk/trunk/tests/channels/pjs...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 23 13:15:06 CDT 2015


Author: kharwell
Date: Mon Mar 23 13:15:04 2015
New Revision: 6548

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=6548
Log:
pjsua doesn't send a 180 ringing continued

In some instances pjsua does not seem to send out a 180 ringing. When this
occurs it subsquently causes pjsua to send an out of dialog refer. Modified
the dialplan to make sure a Ringing is always sent so pjsua will instead send
the refer in dialog.

Modified:
    asterisk/trunk/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/extensions.conf

Modified: asterisk/trunk/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/extensions.conf?view=diff&rev=6548&r1=6547&r2=6548
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/extensions.conf (original)
+++ asterisk/trunk/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/extensions.conf Mon Mar 23 13:15:04 2015
@@ -12,6 +12,7 @@
 
 exten => bob_two,1,NoOp()
 	same => n,Set(TRANSFER_CONTEXT=other)
+	same => n,Ringing()
 	same => n,Dial(PJSIP/bob)
 	same => n,Hangup()
 




More information about the svn-commits mailing list